toModel method
Constructs the new Credentials from this RefreshSession$Mutation$RefreshSession$CreateSessionOk.
Implementation
Credentials toModel() {
return Credentials(
accessToken.toModel(),
refreshToken.toModel(),
session.id,
user.id,
);
}