PayPalAccessToken class

Constructors

PayPalAccessToken({required String scope, required String access_token, required String token_type, required String app_id, required Duration expires_in, required String nonce})

Properties

access_token String
final
app_id String
final
expires_in Duration
final
hashCode int
The hash code for this object.
no setterinherited
nonce String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope String
final
token_type String
final

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

Static Methods

parse(Map<String, dynamic> parsedJSON) PayPalAccessToken