Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.CreateOrMergeAuthSession C# (CSharp) Méthode

CreateOrMergeAuthSession() public méthode

public CreateOrMergeAuthSession ( IAuthSession authSession, IOAuthTokens tokens ) : string
authSession IAuthSession
tokens IOAuthTokens
Résultat string
        public string CreateOrMergeAuthSession(IAuthSession authSession, IOAuthTokens tokens)
        {
            throw new NotSupportedException();
        }