Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.CreateOrMergeAuthSession C# (CSharp) Метод

CreateOrMergeAuthSession() публичный Метод

public CreateOrMergeAuthSession ( IAuthSession authSession, IOAuthTokens tokens ) : string
authSession IAuthSession
tokens IOAuthTokens
Результат string
        public string CreateOrMergeAuthSession(IAuthSession authSession, IOAuthTokens tokens)
        {
            throw new NotSupportedException();
        }