public static final class AWSCognitoAuthSignOutOptions.CognitoBuilder extends com.amplifyframework.auth.options.AuthSignOutOptions.Builder<AWSCognitoAuthSignOutOptions.CognitoBuilder>
| Constructor and Description |
|---|
CognitoBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AWSCognitoAuthSignOutOptions.CognitoBuilder |
browserPackage(java.lang.String browserPackage)
This can optionally be set to specify which browser package should perform the sign out action
(e.g.
|
AWSCognitoAuthSignOutOptions |
build()
Construct and return the object with the values set in the builder.
|
AWSCognitoAuthSignOutOptions.CognitoBuilder |
getThis()
Returns the type of builder this is to support proper flow with it being an extended class.
|
public AWSCognitoAuthSignOutOptions.CognitoBuilder getThis()
getThis in class com.amplifyframework.auth.options.AuthSignOutOptions.Builder<AWSCognitoAuthSignOutOptions.CognitoBuilder>public AWSCognitoAuthSignOutOptions.CognitoBuilder browserPackage(@NonNull java.lang.String browserPackage)
browserPackage - String specifying the browser package to perform the web sign out action.@NonNull public AWSCognitoAuthSignOutOptions build()
build in class com.amplifyframework.auth.options.AuthSignOutOptions.Builder<AWSCognitoAuthSignOutOptions.CognitoBuilder>