C# Class Chaos.Portal.Authentication.Data.OAuthRepository

Inheritance: IOAuthRepository
Show file Open project: CHAOS-Community/CHAOS.Portal.Authentication Class Usage Examples

Public Methods

Method Description
OAuthRepository ( Gateway gateway ) : System
OAuthUserGet ( string oAuthId ) : OAuthUser
OAuthUserUpdate ( System.Guid userGuid, string oAuthId ) : void

Private Methods

Method Description
OAuthRepository ( ) : System

Method Details

OAuthRepository() public method

public OAuthRepository ( Gateway gateway ) : System
gateway Gateway
return System

OAuthUserGet() public method

public OAuthUserGet ( string oAuthId ) : OAuthUser
oAuthId string
return Chaos.Portal.Authentication.Data.Model.OAuthUser

OAuthUserUpdate() public method

public OAuthUserUpdate ( System.Guid userGuid, string oAuthId ) : void
userGuid System.Guid
oAuthId string
return void