PreBuiltTokenManagerBuilder<T extends TokenManager> class

A builder that returns a pre-built token manager.

Use this builder if you have a token manager built from outside of the Serverpod authentication framework.

Implemented types

Constructors

PreBuiltTokenManagerBuilder(T tokenManager)
Creates a new PreBuiltTokenManagerBuilder instance.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tokenManager → T
The pre-built token manager.
final

Methods

build({required AuthUsers authUsers}) → T
Builds a new instance of the token manager.
override
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