HttpxCredentialsBasic class abstract

Implemented types

Constructors

HttpxCredentialsBasic({required String realm, required String username, required String password, bool proxyCredentials})
const
factory

Properties

copyWith → _$$HttpxCredentialsBasicImplCopyWith<_$HttpxCredentialsBasicImpl>
no setter
hashCode int
The hash code for this object.
no setterinherited
password String
no setter
proxyCredentials bool
no setter
realm String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String
no setter

Methods

map<TResult extends Object?>({required TResult basic(HttpxCredentialsBasic value), required TResult bearer(HttpxCredentialsBearer value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? basic(HttpxCredentialsBasic value)?, TResult? bearer(HttpxCredentialsBearer value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult basic(HttpxCredentialsBasic value)?, TResult bearer(HttpxCredentialsBearer value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult basic(String realm, String username, String password, bool proxyCredentials)?, TResult bearer(String? realm, String accessToken, bool proxyCredentials)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult basic(String realm, String username, String password, bool proxyCredentials), required TResult bearer(String? realm, String accessToken, bool proxyCredentials)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? basic(String realm, String username, String password, bool proxyCredentials)?, TResult? bearer(String? realm, String accessToken, bool proxyCredentials)?}) → TResult?
inherited

Operators

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