Click or drag to resize

ISessionTokenResolverService Interface

Session token resolver service

Namespace: SanteDB.Core.Security.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntax
public interface ISessionTokenResolverService : IServiceImplementation

The ISessionTokenResolverService type exposes the following members.

Properties
 NameDescription
Public propertyServiceName Gets the service name
(Inherited from IServiceImplementation)
Top
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