Uses of Class
net.openid.appauth.AppAuthConfiguration
-
Packages that use AppAuthConfiguration Package Description net.openid.appauth AppAuth for Android. -
-
Uses of AppAuthConfiguration in net.openid.appauth
Fields in net.openid.appauth declared as AppAuthConfiguration Modifier and Type Field Description static AppAuthConfigurationAppAuthConfiguration. DEFAULTThe default configuration that is used if no configuration is explicitly specified when constructing anAuthorizationService.Methods in net.openid.appauth that return AppAuthConfiguration Modifier and Type Method Description AppAuthConfigurationAppAuthConfiguration.Builder. build()Creates the instance from the configured properties.Constructors in net.openid.appauth with parameters of type AppAuthConfiguration Constructor Description AuthorizationService(Context context, AppAuthConfiguration clientConfiguration)Creates an AuthorizationService instance, using the specified configuration.
-