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();
        }