Click or drag to resize

ISessionTokenResolverService Methods

The ISessionTokenResolverService type exposes the following members.

Methods
 NameDescription
Public methodExtendSessionWithRefreshToken Resolves the session associated with the Refresh token provided in encodedToken.
Public methodGetEncodedIdToken Get the encoded id token of the session instance provided.
Public methodGetEncodedRefreshToken Get the encoded refresh token of the session instance provided.
Public methodGetSessionFromBearerToken Resolves the session associated with the ID token provided in encodedToken.
Top
See Also