6 lines
71 B
Go
6 lines
71 B
Go
|
package alorapi
|
||
|
|
||
|
type auth struct{
|
||
|
jwt string
|
||
|
refresh_token string
|
||
|
}
|