@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.274Z") @Stability(value=Experimental) public interface AuthFlow extends software.amazon.jsii.JsiiSerializable
https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-authentication-flow.html
Modifier and Type | Interface and Description |
---|---|
static class |
AuthFlow.Builder
A builder for
AuthFlow |
static class |
AuthFlow.Jsii$Proxy
An implementation for
AuthFlow |
Modifier and Type | Method and Description |
---|---|
static AuthFlow.Builder |
builder() |
default Boolean |
getAdminUserPassword()
(experimental) Enable admin based user password authentication flow.
|
default Boolean |
getCustom()
(experimental) Enable custom authentication flow.
|
default Boolean |
getUserPassword()
(experimental) Enable auth using username & password.
|
default Boolean |
getUserSrp()
(experimental) Enable SRP based authentication.
|
@Stability(value=Experimental) @Nullable default Boolean getAdminUserPassword()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getCustom()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getUserPassword()
Default: false
@Stability(value=Experimental) @Nullable default Boolean getUserSrp()
Default: false
@Stability(value=Experimental) static AuthFlow.Builder builder()
AuthFlow.Builder
of AuthFlow
Copyright © 2021. All rights reserved.