SignInUrlOptions¶
-
class
aws_cdk.aws_cognito.
SignInUrlOptions
(*, redirect_uri, sign_in_path=None)¶ Bases:
object
Options to customize the behaviour of
signInUrl()
.- Parameters
redirect_uri (
str
) – Where to redirect to after sign in.sign_in_path (
Optional
[str
]) – The path in the URI where the sign-in page is located. Default: ‘/login’
Attributes
-
redirect_uri
¶ Where to redirect to after sign in.
- Return type
str
-
sign_in_path
¶ The path in the URI where the sign-in page is located.
- Default
‘/login’
- Return type
Optional
[str
]