Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.CreateOrMergeAuthSession C# (CSharp) Method

CreateOrMergeAuthSession() public method

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