Set RefreshToken
This commit is contained in:
parent
e57b20c1f8
commit
70736e24c0
@ -185,5 +185,6 @@ func (j *jwt) Token(opts ...auth.TokenOption) (*auth.Token, error) {
|
|||||||
Created: tok.Created,
|
Created: tok.Created,
|
||||||
Expiry: tok.Expiry,
|
Expiry: tok.Expiry,
|
||||||
AccessToken: tok.Token,
|
AccessToken: tok.Token,
|
||||||
|
RefreshToken: tok.Token,
|
||||||
}, nil
|
}, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user