@Value.Immutable
public interface OAuth2CustomParameter
| Modifier and Type | Method and Description |
|---|---|
List<String> |
connectorSuppliedValues()
Values provided by connector which can be used as input for this AuthParameter.
|
String |
description()
Description of the custom Oauth2 parameter.
|
String |
key()
Unique identifier for custom Oauth2 parameter.
|
String |
label()
Label of the custom Oauth2 parameter.
|
boolean |
required()
Specifies if this Oauth2 parameter is required or not.
|
Boolean |
sensitiveField()
Specifies if this field data is sensitive/Critical that shouldn't be stored as plain text.
|
OAuth2CustomPropType |
type()
Specifies if this Oauth2 parameter is related to Token Url or Auth Url
|
String key()
boolean required()
OAuth2CustomPropType type()
String label()
String description()
@Nullable Boolean sensitiveField()
Copyright © 2021–2022 Amazon Web Services. All rights reserved.