toModel method

Credentials toModel()

Constructs the new Credentials from this RefreshSession$Mutation$RefreshSession$CreateSessionOk.

Implementation

Credentials toModel() {
  return Credentials(
    accessToken.toModel(),
    refreshToken.toModel(),
    session.id,
    user.id,
  );
}