APIAuthorizationType enum

The types of authorization one can use while talking to an Amazon AppSync GraphQL backend, or an Amazon API Gateway endpoint.

See also:

Inheritance
Annotations
  • @JsonEnum(alwaysCreate: true)

Constructors

APIAuthorizationType()
const

Values

none → const APIAuthorizationType

For public APIs.

apiKey → const APIAuthorizationType

A hardcoded key which can provide throttling for an unauthenticated API.

See also:

iam → const APIAuthorizationType

Use an IAM access/secret key credential pair to authorize access to an API.

See also:

oidc → const APIAuthorizationType

OpenID Connect is a simple identity layer on top of OAuth2.0.

See also:

userPools → const APIAuthorizationType

Control access to date by putting users into different permissions pools.

See also:

function → const APIAuthorizationType

Control access by calling a lambda function.

See also:

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<APIAuthorizationType>
A constant List of the values in this enum, in order of their declaration.