QueryLoginToken returns the data associated with a login token. If the token is not valid, success is returned, but res.Data == nil.
(ctx context.Context, req *QueryLoginTokenRequest, res *QueryLoginTokenResponse)
| 37 | // QueryLoginToken returns the data associated with a login token. If |
| 38 | // the token is not valid, success is returned, but res.Data == nil. |
| 39 | QueryLoginToken(ctx context.Context, req *QueryLoginTokenRequest, res *QueryLoginTokenResponse) error |
| 40 | } |
| 41 | |
| 42 | // LoginTokenData is the data that can be retrieved given a login token. This is |
no outgoing calls