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

Inheritance: IOAuthRepository
Afficher le fichier Open project: CHAOS-Community/CHAOS.Portal.Authentication Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OAuthRepository ( ) : System

Method Details

OAuthRepository() public méthode

public OAuthRepository ( Gateway gateway ) : System
gateway Gateway
Résultat System

OAuthUserGet() public méthode

public OAuthUserGet ( string oAuthId ) : OAuthUser
oAuthId string
Résultat Chaos.Portal.Authentication.Data.Model.OAuthUser

OAuthUserUpdate() public méthode

public OAuthUserUpdate ( System.Guid userGuid, string oAuthId ) : void
userGuid System.Guid
oAuthId string
Résultat void