OAuth2ApplicationDefinition

com.worxbend.codeberg4s.users.account.OAuth2ApplicationDefinition
See theOAuth2ApplicationDefinition companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def named(name: String): Either[ValidationError, OAuth2ApplicationDefinition]

Starts a definition from the one value that has to be there.

Starts a definition from the one value that has to be there.

Trims the name and rejects a blank one: an application with no name is indistinguishable from every other on the authorisation screen, and finding that out after a round trip is strictly worse than finding it out here.

Attributes

Returns

the definition, or a ValidationError on the "oauth2ApplicationName" field