C# Class PodioAPI.Utils.Authentication.SessionAuthStore

Inheritance: IAuthStore
Mostra file Open project: podio/podio-dotnet Class Usage Examples

Public Methods

Method Description
Get ( ) : PodioOAuth
Set ( PodioOAuth podioOAuth ) : void

Method Details

Get() public method

public Get ( ) : PodioOAuth
return PodioOAuth

Set() public method

public Set ( PodioOAuth podioOAuth ) : void
podioOAuth PodioOAuth
return void