aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Auth.Credentials.ICredential Interface Reference

Credentials for OpenID Connect. More...

Properties

string AccessToken [get]
 Gets the access token. More...
 
string IdentityToken [get]
 Gets the identity token. More...
 
string RefreshToken [get]
 Gets the refresh token. More...
 
bool IsAuthorized [get]
 Gets a value indicating whether this T:AeroGear.Mobile.Auth.Credentials.ICredential is authorized. More...
 
bool IsExpired [get]
 Gets a value indicating whether this T:AeroGear.Mobile.Auth.Credentials.ICredential is expired. More...
 
string SerializedCredential [get]
 Serialized version of the credential. Can be used for logging etc. More...
 

Detailed Description

Credentials for OpenID Connect.

Property Documentation

◆ AccessToken

string AeroGear.Mobile.Auth.Credentials.ICredential.AccessToken
get

Gets the access token.

The access token.

◆ IdentityToken

string AeroGear.Mobile.Auth.Credentials.ICredential.IdentityToken
get

Gets the identity token.

The identity token.

◆ IsAuthorized

bool AeroGear.Mobile.Auth.Credentials.ICredential.IsAuthorized
get

Gets a value indicating whether this T:AeroGear.Mobile.Auth.Credentials.ICredential is authorized.

true if is authorized; otherwise, false.

◆ IsExpired

bool AeroGear.Mobile.Auth.Credentials.ICredential.IsExpired
get

Gets a value indicating whether this T:AeroGear.Mobile.Auth.Credentials.ICredential is expired.

true if is expired; otherwise, false.

◆ RefreshToken

string AeroGear.Mobile.Auth.Credentials.ICredential.RefreshToken
get

Gets the refresh token.

The refresh token.

◆ SerializedCredential

string AeroGear.Mobile.Auth.Credentials.ICredential.SerializedCredential
get

Serialized version of the credential. Can be used for logging etc.

The serialized credential.


The documentation for this interface was generated from the following file: