aerogear-xamarin-sdk
AeroGear Xamarin SDK
AeroGear.Mobile.Auth.Config.AuthenticationConfig Class Reference

Configurations for the authentication service More...

Classes

class  AuthenticationConfigBuilder
 Builds and returns an AuthenticationConfigBuilder object. More...
 

Properties

Uri RedirectUri [get]
 
Returns
the redirect uri used during the authentication process
More...
 
string Scopes [get]
 
Returns
the OIDC scopes for the auth request. If no scopes are defined, the default 'openid' scope will be sent
More...
 
ushort MinTimeBetweenJwksRequests [get]
 
Returns
the minimum time between Json Web Key Set (JWKS) requests in minutes. Default value is 1440 (1 day)
More...
 
static AuthenticationConfigBuilder Builder [get]
 Creates a new AuthenticationConfigBuilder instance. More...
 

Detailed Description

Configurations for the authentication service

Property Documentation

◆ Builder

AuthenticationConfigBuilder AeroGear.Mobile.Auth.Config.AuthenticationConfig.Builder
staticget

Creates a new AuthenticationConfigBuilder instance.

◆ MinTimeBetweenJwksRequests

ushort AeroGear.Mobile.Auth.Config.AuthenticationConfig.MinTimeBetweenJwksRequests
get

Returns
the minimum time between Json Web Key Set (JWKS) requests in minutes. Default value is 1440 (1 day)

◆ RedirectUri

Uri AeroGear.Mobile.Auth.Config.AuthenticationConfig.RedirectUri
get

Returns
the redirect uri used during the authentication process

◆ Scopes

string AeroGear.Mobile.Auth.Config.AuthenticationConfig.Scopes
get

Returns
the OIDC scopes for the auth request. If no scopes are defined, the default 'openid' scope will be sent


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